home *** CD-ROM | disk | FTP | other *** search
- object DemoForm: TDemoForm
- Left = 308
- Top = 213
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Welcome to the Easy CD-DA Extractor 3'
- ClientHeight = 216
- ClientWidth = 400
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 400
- Height = 216
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Image1: TImage
- Left = 5
- Top = 8
- Width = 59
- Height = 62
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Image3: TImage
- Left = 69
- Top = 28
- Width = 319
- Height = 22
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 8
- Top = 80
- Width = 385
- Height = 41
- AutoSize = False
- Caption =
- 'Easy CD-DA Extractor 3 is shareware and may be previewed 21 days' +
- '. Continued use of Easy CD-DA Extractor 3 after 21 days require' +
- 's that you register it. Easy CD-DA Extractor 3 will cease functi' +
- 'oning at the end of the 21 day trial period.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object Label3: TLabel
- Left = 136
- Top = 194
- Width = 161
- Height = 13
- Cursor = crHandPoint
- Hint = 'Shortcut to Easy CD-DA Extractor 3 homesite'
- AutoSize = False
- Caption = 'Easy CD-DA Extractor 3 homesite'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- end
- object Register: TButton
- Left = 8
- Top = 184
- Width = 121
- Height = 25
- Hint = 'Register Easy CD-DA Extractor 3 online'
- Caption = '&Register now!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = RegisterClick
- end
- object TryIt: TButton
- Left = 304
- Top = 184
- Width = 89
- Height = 25
- Hint = 'Try it...'
- Caption = '&Let me try it...'
- ModalResult = 1
- TabOrder = 1
- end
- object EnterRegCode: TButton
- Left = 8
- Top = 152
- Width = 121
- Height = 25
- Hint = 'Enter registration code'
- Caption = '&Enter registration code'
- TabOrder = 2
- OnClick = EnterRegCodeClick
- end
- end
-